Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix adba logger and unicode #5125

Merged
merged 19 commits into from
Sep 21, 2018

Conversation

p0psicles
Copy link
Contributor

@p0psicles p0psicles commented Sep 6, 2018

  • PR is based on the DEVELOP branch

  • Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review

  • Read the contribution guide

  • Update adba lib

  • update changelog

  • update ext/changelog

fix #5242

@p0psicles
Copy link
Contributor Author

Please let me know if i'm making any changes that can cause issues in py3.

@p0psicles
Copy link
Contributor Author

For this PR. Again first work out all required changes to the adba lib, then update the lib itself and the ext/changelog.

@sharkykh sharkykh mentioned this pull request Sep 7, 2018
@sharkykh sharkykh added this to the 0.2.10 (Hotfix) milestone Sep 8, 2018
@sharkykh sharkykh mentioned this pull request Sep 8, 2018
8 tasks
@p0psicles p0psicles added Bug Concluded Needs testing Requires testing to make sure it's working as intended and removed Concluded Needs testing Requires testing to make sure it's working as intended labels Sep 9, 2018
@sharkykh sharkykh modified the milestones: 0.2.10 (Hotfix), 0.2.11 Sep 9, 2018
logging.debug("NetIO | BANNED")
raise AniDBError("Not sending, banned")
logger.debug("NetIO | BANNED")
raise AniDBError(b"Not sending, banned")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be prefixed by b.

@medariox
Copy link
Contributor

@p0psicles
How can the changed code be triggered? I'm not sure how to test this...

@p0psicles
Copy link
Contributor Author

Enable your anidb account, add anime show Ajin or how to not summon a demon lord. Open the show.

@p0psicles
Copy link
Contributor Author

@medariox can this be wrapped up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants